A base class for various collections of cryptographic objects.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public MustInherit Class CryptographicCollection(Of T) _
	Inherits CryptographicCollection _
	Implements IList(Of T), ICollection(Of T),  _
	IEnumerable(Of T), IEnumerable
C#
public abstract class CryptographicCollection<T> : CryptographicCollection, 
	IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

Inheritance Hierarchy

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also